Contact Class |
Namespace: Independentsoft.Sip
The Contact type exposes the following members.
| Name | Description | |
|---|---|---|
| Contact |
Initializes a new instance of the Contact class.
| |
| Contact(String) |
Initializes a new instance of the Contact class from the specified string.
| |
| Contact(String, String) |
Initializes a new instance of the Contact class with the specified name and address.
| |
| Contact(String, String, Int32) |
Initializes a new instance of the Contact class with the specified name, address and expires value.
| |
| Contact(String, String, String) |
Initializes a new instance of the Contact class with the specified name, address and expires value.
|
| Name | Description | |
|---|---|---|
| Address |
Gets or sets the URI. Usually it contains IP address and port number where user would like to receive requests/responses.
| |
| Expires |
Gets or sets "expires" parameter. This parameter is only used when the Contact is present in a REGISTER request or response.
| |
| Name |
Gets or sets display name.
| |
| Parameters |
Gets collection of parameters.
| |
| Priority |
Gets or sets "q" property. This parameter is only used when the Contact is present in a REGISTER request or response.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |